home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Format 1995 June
/
MacFormat 25.iso
/
Shareware City
/
Developers
/
OutOfPhase1.1 Source
/
OutOfPhase Folder
/
CmdDlgTwoParams.h
< prev
next >
Wrap
Text File
|
1994-04-09
|
650b
|
29 lines
/* CmdDlgTwoParams.h */
#ifndef Included_CmdDlgTwoParams_h
#define Included_CmdDlgTwoParams_h
/* CmdDlgTwoParams module depends on */
/* MiscInfo.h */
/* Audit */
/* Debug */
/* Definitions */
/* Memory */
/* Screen */
/* EventLoop */
/* Menus */
/* TextEdit */
/* SimpleButton */
/* WrapTextBox */
/* DataMunging */
/* Main */
/* Alert */
/* Numbers */
/* present a dialog box that allows the user to edit two parameters */
/* returns True if the user changes the value and clicks OK. */
MyBoolean CommandDialogTwoParams(char* Prompt, char* FirstBoxName,
double* FirstDataInOut, char* SecondBoxName, double* SecondDataInOut);
#endif